Html Css Color HEX #0851CB Navy Blue

📋 copy color: '#0851CB'

red 8 ◦ green 81 ◦ blue 203

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

Shades of Navy Blue #0851CB

Tints of Navy Blue #0851CB

RGB

 RED value IS 8 (3.52% from 255) = 2.74%

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

 BLUE value IS 203 (79.69% from 255) = 69.52%

R = 2.74%
G = 27.74%
B = 69.52%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0851CB (or 0x0851CB) is known color: Navy Blue. HEX triplet: 08, 51 and CB. RGB value is (8,81,203). Sum of RGB (Red+Green+Blue) = 8+81+203=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #0851CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851CB is #F7AE34. Grayscale: #484848. Windows color (decimal): -16231989 or 13324552. OLE color: 13324552.

HSL color Cylindrical-coordinate representation of color #0851CB: hue angle of 217.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0851CB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 81 203 -
CMYK 0.96 0.60 0 0.20
HSL 217.54º 0.92% 0.41% -
HSV(B) 217.54º 0.96% 0.8% -
XYZ 13.82 10.25 57.75 -
YUV 73.08 201.32 81.58 -
System Red Green Blue C M Y K H S L
Decimal 8 81 203 0.96 0.60 0 0.20 217.54 0.92 0.41
Hex 8 51 CB 60 3C 0 14 DA 5C 29
Octal 10 121 313 140 74 0 24 332 134 51
Binary 1000 1010001 11001011 1100000 111100 0 10100 11011010 1011100 101001

Color Harmonies of #0851CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0851CB

Black with #0851CB

Text Example


Text Example

White with #0851CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0851CB; }

 p { color: rgb(8,81,203); }

 H1.HeaderClassName
 {
   color: #0851CB;
 }
 .AnyTagClassName
 {
   color: #0851CB;
 }
</style>

background-color css

<style>
 a { background-color: #0851CB; }

 a { background-color: rgb(8,81,203); }

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

border-color css

<style>
 span { border-color: #0851CB; }

 span { border-color: rgb(8,81,203); }

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