Html Css Color HEX #037FCF Navy Blue

📋 copy color: '#037FCF'

red 3 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #037FCF

Tints of Navy Blue #037FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 0.89%
G = 37.69%
B = 61.42%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#037FCF (or 0x037FCF) is known color: Navy Blue. HEX triplet: 03, 7F and CF. RGB value is (3,127,207). Sum of RGB (Red+Green+Blue) = 3+127+207=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #037FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037FCF is #FC8030. Grayscale: #626262. Windows color (decimal): -16547889 or 13598467. OLE color: 13598467.

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

Color convert

RGB 3 127 207 -
CMYK 0.99 0.39 0 0.19
HSL 203.53º 0.97% 0.41% -
HSV(B) 203.53º 0.99% 0.81% -
XYZ 18.89 19.7 61.84 -
YUV 99.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 3 127 207 0.99 0.39 0 0.19 203.53 0.97 0.41
Hex 3 7F CF 63 27 0 13 CC 61 29
Octal 3 177 317 143 47 0 23 314 141 51
Binary 11 1111111 11001111 1100011 100111 0 10011 11001100 1100001 101001

Color Harmonies of #037FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FCF

Black with #037FCF

Text Example


Text Example

White with #037FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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