Html Css Color HEX #037ADF Navy Blue

📋 copy color: '#037ADF'

red 3 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #037ADF

Tints of Navy Blue #037ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.08%

R = 0.86%
G = 35.06%
B = 64.08%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#037ADF (or 0x037ADF) is known color: Navy Blue. HEX triplet: 03, 7A and DF. RGB value is (3,122,223). Sum of RGB (Red+Green+Blue) = 3+122+223=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #037ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #037ADF is #FC8520. Grayscale: #616161. Windows color (decimal): -16549153 or 14645763. OLE color: 14645763.

HSL color Cylindrical-coordinate representation of color #037ADF: hue angle of 207.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037ADF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 122 223 -
CMYK 0.99 0.45 0 0.13
HSL 207.55º 0.97% 0.44% -
HSV(B) 207.55º 0.99% 0.87% -
XYZ 20.32 19.27 72.46 -
YUV 97.93 198.58 60.29 -
System Red Green Blue C M Y K H S L
Decimal 3 122 223 0.99 0.45 0 0.13 207.55 0.97 0.44
Hex 3 7A DF 63 2D 0 D D0 61 2C
Octal 3 172 337 143 55 0 15 320 141 54
Binary 11 1111010 11011111 1100011 101101 0 1101 11010000 1100001 101100

Color Harmonies of #037ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037ADF

Black with #037ADF

Text Example


Text Example

White with #037ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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