Html Css Color HEX #066CED Navy Blue

📋 copy color: '#066CED'

red 6 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #066CED

Tints of Navy Blue #066CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 1.71%
G = 30.77%
B = 67.52%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#066CED (or 0x066CED) is known color: Navy Blue. HEX triplet: 06, 6C and ED. RGB value is (6,108,237). Sum of RGB (Red+Green+Blue) = 6+108+237=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #066CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CED is #F99312. Grayscale: #5B5B5B. Windows color (decimal): -16356115 or 15559686. OLE color: 15559686.

HSL color Cylindrical-coordinate representation of color #066CED: hue angle of 213.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 108 237 -
CMYK 0.97 0.54 0 0.07
HSL 213.51º 0.95% 0.48% -
HSV(B) 213.51º 0.97% 0.93% -
XYZ 20.72 16.88 82.29 -
YUV 92.21 209.71 66.51 -
System Red Green Blue C M Y K H S L
Decimal 6 108 237 0.97 0.54 0 0.07 213.51 0.95 0.48
Hex 6 6C ED 61 36 0 7 D6 5F 30
Octal 6 154 355 141 66 0 7 326 137 60
Binary 110 1101100 11101101 1100001 110110 0 111 11010110 1011111 110000

Color Harmonies of #066CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CED

Black with #066CED

Text Example


Text Example

White with #066CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066CED; }

 p { color: rgb(6,108,237); }

 H1.HeaderClassName
 {
   color: #066CED;
 }
 .AnyTagClassName
 {
   color: #066CED;
 }
</style>

background-color css

<style>
 a { background-color: #066CED; }

 a { background-color: rgb(6,108,237); }

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

border-color css

<style>
 span { border-color: #066CED; }

 span { border-color: rgb(6,108,237); }

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