Html Css Color HEX #037CCB Navy Blue

📋 copy color: '#037CCB'

red 3 ◦ green 124 ◦ blue 203

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

Shades of Navy Blue #037CCB

Tints of Navy Blue #037CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

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

R = 0.91%
G = 37.58%
B = 61.52%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#037CCB (or 0x037CCB) is known color: Navy Blue. HEX triplet: 03, 7C and CB. RGB value is (3,124,203). Sum of RGB (Red+Green+Blue) = 3+124+203=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #037CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCB is #FC8334. Grayscale: #606060. Windows color (decimal): -16548661 or 13335555. OLE color: 13335555.

HSL color Cylindrical-coordinate representation of color #037CCB: hue angle of 203.7º 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 #037CCB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 124 203 -
CMYK 0.99 0.39 0 0.20
HSL 203.7º 0.97% 0.4% -
HSV(B) 203.7º 0.99% 0.8% -
XYZ 18.02 18.75 59.17 -
YUV 96.83 187.91 61.08 -
System Red Green Blue C M Y K H S L
Decimal 3 124 203 0.99 0.39 0 0.20 203.7 0.97 0.4
Hex 3 7C CB 63 27 0 14 CC 61 28
Octal 3 174 313 143 47 0 24 314 141 50
Binary 11 1111100 11001011 1100011 100111 0 10100 11001100 1100001 101000

Color Harmonies of #037CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037CCB

Black with #037CCB

Text Example


Text Example

White with #037CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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