Html Css Color HEX #03469F Cobalt

📋 copy color: '#03469F'

red 3 ◦ green 70 ◦ blue 159

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

Shades of Cobalt #03469F

Tints of Cobalt #03469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 1.29%
G = 30.17%
B = 68.53%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03469F (or 0x03469F) is known color: Cobalt. HEX triplet: 03, 46 and 9F. RGB value is (3,70,159). Sum of RGB (Red+Green+Blue) = 3+70+159=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #03469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03469F is #FCB960. Grayscale: #3B3B3B. Windows color (decimal): -16562529 or 10438147. OLE color: 10438147.

HSL color Cylindrical-coordinate representation of color #03469F: hue angle of 214.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03469F is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 70 159 -
CMYK 0.98 0.56 0 0.38
HSL 214.23º 0.96% 0.32% -
HSV(B) 214.23º 0.98% 0.62% -
XYZ 8.49 6.9 33.69 -
YUV 60.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 3 70 159 0.98 0.56 0 0.38 214.23 0.96 0.32
Hex 3 46 9F 62 38 0 26 D6 60 20
Octal 3 106 237 142 70 0 46 326 140 40
Binary 11 1000110 10011111 1100010 111000 0 100110 11010110 1100000 100000

Color Harmonies of #03469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03469F

Black with #03469F

Text Example


Text Example

White with #03469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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