Html Css Color HEX #0681CB Navy Blue

📋 copy color: '#0681CB'

red 6 ◦ green 129 ◦ blue 203

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

Shades of Navy Blue #0681CB

Tints of Navy Blue #0681CB

RGB

 RED value IS 6 (2.73% from 255) = 1.78%

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 1.78%
G = 38.17%
B = 60.06%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0681CB (or 0x0681CB) is known color: Navy Blue. HEX triplet: 06, 81 and CB. RGB value is (6,129,203). Sum of RGB (Red+Green+Blue) = 6+129+203=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0681CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0681CB is #F97E34. Grayscale: #646464. Windows color (decimal): -16350773 or 13336838. OLE color: 13336838.

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

Color convert

RGB 6 129 203 -
CMYK 0.97 0.36 0 0.20
HSL 202.54º 0.94% 0.41% -
HSV(B) 202.54º 0.97% 0.8% -
XYZ 18.7 20.05 59.38 -
YUV 100.66 185.75 60.48 -
System Red Green Blue C M Y K H S L
Decimal 6 129 203 0.97 0.36 0 0.20 202.54 0.94 0.41
Hex 6 81 CB 61 24 0 14 CB 5E 29
Octal 6 201 313 141 44 0 24 313 136 51
Binary 110 10000001 11001011 1100001 100100 0 10100 11001011 1011110 101001

Color Harmonies of #0681CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0681CB

Black with #0681CB

Text Example


Text Example

White with #0681CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,129,203); }

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

background-color css

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

 a { background-color: rgb(6,129,203); }

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

border-color css

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

 span { border-color: rgb(6,129,203); }

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