Html Css Color HEX #0251CF Navy Blue

📋 copy color: '#0251CF'

red 2 ◦ green 81 ◦ blue 207

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

Shades of Navy Blue #0251CF

Tints of Navy Blue #0251CF

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 0.69%
G = 27.93%
B = 71.38%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0251CF (or 0x0251CF) is known color: Navy Blue. HEX triplet: 02, 51 and CF. RGB value is (2,81,207). Sum of RGB (Red+Green+Blue) = 2+81+207=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #0251CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251CF is #FDAE30. Grayscale: #474747. Windows color (decimal): -16625201 or 13586690. OLE color: 13586690.

HSL color Cylindrical-coordinate representation of color #0251CF: hue angle of 216.88º degrees, saturation: 0.98, 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 #0251CF is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 81 207 -
CMYK 0.99 0.61 0 0.19
HSL 216.88º 0.98% 0.41% -
HSV(B) 216.88º 0.99% 0.81% -
XYZ 14.23 10.4 60.29 -
YUV 71.74 204.33 78.25 -
System Red Green Blue C M Y K H S L
Decimal 2 81 207 0.99 0.61 0 0.19 216.88 0.98 0.41
Hex 2 51 CF 63 3D 0 13 D9 62 29
Octal 2 121 317 143 75 0 23 331 142 51
Binary 10 1010001 11001111 1100011 111101 0 10011 11011001 1100010 101001

Color Harmonies of #0251CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251CF

Black with #0251CF

Text Example


Text Example

White with #0251CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0251CF; }

 p { color: rgb(2,81,207); }

 H1.HeaderClassName
 {
   color: #0251CF;
 }
 .AnyTagClassName
 {
   color: #0251CF;
 }
</style>

background-color css

<style>
 a { background-color: #0251CF; }

 a { background-color: rgb(2,81,207); }

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

border-color css

<style>
 span { border-color: #0251CF; }

 span { border-color: rgb(2,81,207); }

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