Html Css Color HEX #037BCC Navy Blue

📋 copy color: '#037BCC'

red 3 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #037BCC

Tints of Navy Blue #037BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.27%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 0.91%
G = 37.27%
B = 61.82%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#037BCC (or 0x037BCC) is known color: Navy Blue. HEX triplet: 03, 7B and CC. RGB value is (3,123,204). Sum of RGB (Red+Green+Blue) = 3+123+204=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #037BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037BCC is #FC8433. Grayscale: #5F5F5F. Windows color (decimal): -16548916 or 13400835. OLE color: 13400835.

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

Color convert

RGB 3 123 204 -
CMYK 0.99 0.40 0 0.2
HSL 204.18º 0.97% 0.41% -
HSV(B) 204.18º 0.99% 0.8% -
XYZ 18.02 18.54 59.76 -
YUV 96.35 188.74 61.41 -
System Red Green Blue C M Y K H S L
Decimal 3 123 204 0.99 0.40 0 0.2 204.18 0.97 0.41
Hex 3 7B CC 63 28 0 14 CC 61 29
Octal 3 173 314 143 50 0 24 314 141 51
Binary 11 1111011 11001100 1100011 101000 0 10100 11001100 1100001 101001

Color Harmonies of #037BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037BCC

Black with #037BCC

Text Example


Text Example

White with #037BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,123,204); }

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

background-color css

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

 a { background-color: rgb(3,123,204); }

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

border-color css

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

 span { border-color: rgb(3,123,204); }

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