Html Css Color HEX #2F0CA5 Ultramarine

📋 copy color: '#2F0CA5'

red 47 ◦ green 12 ◦ blue 165

#2F0CA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2F0CA5

Tints of Ultramarine #2F0CA5

RGB

 RED value IS 47 (18.75% from 255) = 20.98%

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 165 (64.84% from 255) = 73.66%

R = 20.98%
G = 5.36%
B = 73.66%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F0CA5 (or 0x2F0CA5) is known color: Ultramarine. HEX triplet: 2F, 0C and A5. RGB value is (47,12,165). Sum of RGB (Red+Green+Blue) = 47+12+165=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #2F0CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0CA5 is #D0F35A. Grayscale: #272727. Windows color (decimal): -13693787 or 10816559. OLE color: 10816559.

HSL color Cylindrical-coordinate representation of color #2F0CA5: hue angle of 253.73º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0CA5 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 12 165 -
CMYK 0.72 0.93 0 0.35
HSL 253.73º 0.86% 0.35% -
HSV(B) 253.73º 0.93% 0.65% -
XYZ 8.1 3.58 35.86 -
YUV 39.91 198.6 133.06 -
System Red Green Blue C M Y K H S L
Decimal 47 12 165 0.72 0.93 0 0.35 253.73 0.86 0.35
Hex 2F C A5 48 5D 0 23 FE 56 23
Octal 57 14 245 110 135 0 43 376 126 43
Binary 101111 1100 10100101 1001000 1011101 0 100011 11111110 1010110 100011

Color Harmonies of #2F0CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0CA5

Black with #2F0CA5

Text Example


Text Example

White with #2F0CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0CA5; }

 p { color: rgb(47,12,165); }

 H1.HeaderClassName
 {
   color: #2F0CA5;
 }
 .AnyTagClassName
 {
   color: #2F0CA5;
 }
</style>

background-color css

<style>
 a { background-color: #2F0CA5; }

 a { background-color: rgb(47,12,165); }

 div.DivClassName
 {
   background-color: #2F0CA5;
 }
 .BgClassName
 {
   background-color: #2F0CA5;
 }
</style>

border-color css

<style>
 span { border-color: #2F0CA5; }

 span { border-color: rgb(47,12,165); }

 td.TdClassName
 {
   border-color: #2F0CA5;
 }
 .TagClassName
 {
   border-color: #2F0CA5;
 }
</style>