Html Css Color HEX #033ABB Cobalt

📋 copy color: '#033ABB'

red 3 ◦ green 58 ◦ blue 187

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

Shades of Cobalt #033ABB

Tints of Cobalt #033ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 187 (73.44% from 255) = 75.4%

R = 1.21%
G = 23.39%
B = 75.4%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#033ABB (or 0x033ABB) is known color: Cobalt. HEX triplet: 03, 3A and BB. RGB value is (3,58,187). Sum of RGB (Red+Green+Blue) = 3+58+187=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #033ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ABB is #FCC544. Grayscale: #373737. Windows color (decimal): -16565573 or 12270083. OLE color: 12270083.

HSL color Cylindrical-coordinate representation of color #033ABB: hue angle of 222.07º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033ABB is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 58 187 -
CMYK 0.98 0.69 0 0.27
HSL 222.07º 0.97% 0.37% -
HSV(B) 222.07º 0.98% 0.73% -
XYZ 10.52 6.63 47.74 -
YUV 56.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 3 58 187 0.98 0.69 0 0.27 222.07 0.97 0.37
Hex 3 3A BB 62 45 0 1B DE 61 25
Octal 3 72 273 142 105 0 33 336 141 45
Binary 11 111010 10111011 1100010 1000101 0 11011 11011110 1100001 100101

Color Harmonies of #033ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ABB

Black with #033ABB

Text Example


Text Example

White with #033ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,58,187); }

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

background-color css

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

 a { background-color: rgb(3,58,187); }

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

border-color css

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

 span { border-color: rgb(3,58,187); }

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