Html Css Color HEX #006BCB Navy Blue

📋 copy color: '#006BCB'

red 0 ◦ green 107 ◦ blue 203

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

Shades of Navy Blue #006BCB

Tints of Navy Blue #006BCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 0%
G = 34.52%
B = 65.48%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006BCB (or 0x006BCB) is known color: Navy Blue. HEX triplet: 00, 6B and CB. RGB value is (0,107,203). Sum of RGB (Red+Green+Blue) = 0+107+203=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #006BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BCB is #FF9434. Grayscale: #555555. Windows color (decimal): -16749621 or 13331200. OLE color: 13331200.

HSL color Cylindrical-coordinate representation of color #006BCB: hue angle of 208.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BCB is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 107 203 -
CMYK 1 0.47 0 0.20
HSL 208.37º 1% 0.4% -
HSV(B) 208.37º 1% 0.8% -
XYZ 16.04 14.83 58.52 -
YUV 85.95 194.05 66.69 -
System Red Green Blue C M Y K H S L
Decimal 0 107 203 1 0.47 0 0.20 208.37 1 0.4
Hex 0 6B CB 64 2F 0 14 D0 64 28
Octal 0 153 313 144 57 0 24 320 144 50
Binary 0 1101011 11001011 1100100 101111 0 10100 11010000 1100100 101000

Color Harmonies of #006BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BCB

Black with #006BCB

Text Example


Text Example

White with #006BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006BCB; }

 p { color: rgb(0,107,203); }

 H1.HeaderClassName
 {
   color: #006BCB;
 }
 .AnyTagClassName
 {
   color: #006BCB;
 }
</style>

background-color css

<style>
 a { background-color: #006BCB; }

 a { background-color: rgb(0,107,203); }

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

border-color css

<style>
 span { border-color: #006BCB; }

 span { border-color: rgb(0,107,203); }

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