Html Css Color HEX #033FA8 Cobalt

📋 copy color: '#033FA8'

red 3 ◦ green 63 ◦ blue 168

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

Shades of Cobalt #033FA8

Tints of Cobalt #033FA8

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

 BLUE value IS 168 (66.02% from 255) = 71.79%

R = 1.28%
G = 26.92%
B = 71.79%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#033FA8 (or 0x033FA8) is known color: Cobalt. HEX triplet: 03, 3F and A8. RGB value is (3,63,168). Sum of RGB (Red+Green+Blue) = 3+63+168=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 168 (66.02% from 255 or 71.79% from 234); Max value from RGB is 168 - color contains mainly: blue. Hex color #033FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033FA8 is #FCC057. Grayscale: #383838. Windows color (decimal): -16564312 or 11026179. OLE color: 11026179.

HSL color Cylindrical-coordinate representation of color #033FA8: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033FA8 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 3 63 168 -
CMYK 0.98 0.63 0 0.34
HSL 218.18º 0.96% 0.34% -
HSV(B) 218.18º 0.98% 0.66% -
XYZ 8.88 6.4 37.81 -
YUV 57.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 3 63 168 0.98 0.63 0 0.34 218.18 0.96 0.34
Hex 3 3F A8 62 3F 0 22 DA 60 22
Octal 3 77 250 142 77 0 42 332 140 42
Binary 11 111111 10101000 1100010 111111 0 100010 11011010 1100000 100010

Color Harmonies of #033FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033FA8

Black with #033FA8

Text Example


Text Example

White with #033FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033FA8; }

 p { color: rgb(3,63,168); }

 H1.HeaderClassName
 {
   color: #033FA8;
 }
 .AnyTagClassName
 {
   color: #033FA8;
 }
</style>

background-color css

<style>
 a { background-color: #033FA8; }

 a { background-color: rgb(3,63,168); }

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

border-color css

<style>
 span { border-color: #033FA8; }

 span { border-color: rgb(3,63,168); }

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