Html Css Color HEX #037CCF Navy Blue

📋 copy color: '#037CCF'

red 3 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #037CCF

Tints of Navy Blue #037CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 0.9%
G = 37.13%
B = 61.98%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#037CCF (or 0x037CCF) is known color: Navy Blue. HEX triplet: 03, 7C and CF. RGB value is (3,124,207). Sum of RGB (Red+Green+Blue) = 3+124+207=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #037CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037CCF is #FC8330. Grayscale: #606060. Windows color (decimal): -16548657 or 13597699. OLE color: 13597699.

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

Color convert

RGB 3 124 207 -
CMYK 0.99 0.40 0 0.19
HSL 204.41º 0.97% 0.41% -
HSV(B) 204.41º 0.99% 0.81% -
XYZ 18.51 18.94 61.71 -
YUV 97.28 189.91 60.75 -
System Red Green Blue C M Y K H S L
Decimal 3 124 207 0.99 0.40 0 0.19 204.41 0.97 0.41
Hex 3 7C CF 63 28 0 13 CC 61 29
Octal 3 174 317 143 50 0 23 314 141 51
Binary 11 1111100 11001111 1100011 101000 0 10011 11001100 1100001 101001

Color Harmonies of #037CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037CCF

Black with #037CCF

Text Example


Text Example

White with #037CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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