Html Css Color HEX #037ACB Navy Blue

📋 copy color: '#037ACB'

red 3 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #037ACB

Tints of Navy Blue #037ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 0.91%
G = 37.2%
B = 61.89%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#037ACB (or 0x037ACB) is known color: Navy Blue. HEX triplet: 03, 7A and CB. RGB value is (3,122,203). Sum of RGB (Red+Green+Blue) = 3+122+203=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #037ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ACB is #FC8534. Grayscale: #5F5F5F. Windows color (decimal): -16549173 or 13335043. OLE color: 13335043.

HSL color Cylindrical-coordinate representation of color #037ACB: hue angle of 204.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ACB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 122 203 -
CMYK 0.99 0.40 0 0.20
HSL 204.3º 0.97% 0.4% -
HSV(B) 204.3º 0.99% 0.8% -
XYZ 17.78 18.25 59.09 -
YUV 95.65 188.58 61.91 -
System Red Green Blue C M Y K H S L
Decimal 3 122 203 0.99 0.40 0 0.20 204.3 0.97 0.4
Hex 3 7A CB 63 28 0 14 CC 61 28
Octal 3 172 313 143 50 0 24 314 141 50
Binary 11 1111010 11001011 1100011 101000 0 10100 11001100 1100001 101000

Color Harmonies of #037ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ACB

Black with #037ACB

Text Example


Text Example

White with #037ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037ACB; }

 p { color: rgb(3,122,203); }

 H1.HeaderClassName
 {
   color: #037ACB;
 }
 .AnyTagClassName
 {
   color: #037ACB;
 }
</style>

background-color css

<style>
 a { background-color: #037ACB; }

 a { background-color: rgb(3,122,203); }

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

border-color css

<style>
 span { border-color: #037ACB; }

 span { border-color: rgb(3,122,203); }

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