Html Css Color HEX #0C06FF Blue

📋 copy color: '#0C06FF'

red 12 ◦ green 6 ◦ blue 255

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

Shades of Blue #0C06FF

Tints of Blue #0C06FF

RGB

 RED value IS 12 (5.08% from 255) = 4.4%

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 255 (100% from 255) = 93.41%

R = 4.4%
G = 2.2%
B = 93.41%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C06FF (or 0x0C06FF) is known color: Blue. HEX triplet: 0C, 06 and FF. RGB value is (12,6,255). Sum of RGB (Red+Green+Blue) = 12+6+255=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C06FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C06FF is #F3F900. Grayscale: #232323. Windows color (decimal): -15988993 or 16713228. OLE color: 16713228.

HSL color Cylindrical-coordinate representation of color #0C06FF: hue angle of 241.45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C06FF is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 12 6 255 -
CMYK 0.95 0.98 0 0
HSL 241.45º 1% 0.51% -
HSV(B) 241.45º 0.98% 1% -
XYZ 18.27 7.43 95.08 -
YUV 36.18 251.49 110.75 -
System Red Green Blue C M Y K H S L
Decimal 12 6 255 0.95 0.98 0 0 241.45 1 0.51
Hex C 6 FF 5F 62 0 0 F1 64 33
Octal 14 6 377 137 142 0 0 361 144 63
Binary 1100 110 11111111 1011111 1100010 0 0 11110001 1100100 110011

Color Harmonies of #0C06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C06FF

Black with #0C06FF

Text Example


Text Example

White with #0C06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C06FF; }

 p { color: rgb(12,6,255); }

 H1.HeaderClassName
 {
   color: #0C06FF;
 }
 .AnyTagClassName
 {
   color: #0C06FF;
 }
</style>

background-color css

<style>
 a { background-color: #0C06FF; }

 a { background-color: rgb(12,6,255); }

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

border-color css

<style>
 span { border-color: #0C06FF; }

 span { border-color: rgb(12,6,255); }

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