Html Css Color HEX #03469B Cobalt

📋 copy color: '#03469B'

red 3 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #03469B

Tints of Cobalt #03469B

RGB

 RED value IS 3 (1.56% from 255) = 1.32%

 GREEN value IS 70 (27.73% from 255) = 30.7%

 BLUE value IS 155 (60.94% from 255) = 67.98%

R = 1.32%
G = 30.7%
B = 67.98%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03469B (or 0x03469B) is known color: Cobalt. HEX triplet: 03, 46 and 9B. RGB value is (3,70,155). Sum of RGB (Red+Green+Blue) = 3+70+155=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #03469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03469B is #FCB964. Grayscale: #3B3B3B. Windows color (decimal): -16562533 or 10176003. OLE color: 10176003.

HSL color Cylindrical-coordinate representation of color #03469B: hue angle of 213.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03469B is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 70 155 -
CMYK 0.98 0.55 0 0.39
HSL 213.55º 0.96% 0.31% -
HSV(B) 213.55º 0.98% 0.61% -
XYZ 8.14 6.77 31.89 -
YUV 59.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 3 70 155 0.98 0.55 0 0.39 213.55 0.96 0.31
Hex 3 46 9B 62 37 0 27 D6 60 1F
Octal 3 106 233 142 67 0 47 326 140 37
Binary 11 1000110 10011011 1100010 110111 0 100111 11010110 1100000 11111

Color Harmonies of #03469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03469B

Black with #03469B

Text Example


Text Example

White with #03469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03469B; }

 p { color: rgb(3,70,155); }

 H1.HeaderClassName
 {
   color: #03469B;
 }
 .AnyTagClassName
 {
   color: #03469B;
 }
</style>

background-color css

<style>
 a { background-color: #03469B; }

 a { background-color: rgb(3,70,155); }

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

border-color css

<style>
 span { border-color: #03469B; }

 span { border-color: rgb(3,70,155); }

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