Html Css Color HEX #0E6A9B Cerulean

📋 copy color: '#0E6A9B'

red 14 ◦ green 106 ◦ blue 155

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

Shades of Cerulean #0E6A9B

Tints of Cerulean #0E6A9B

RGB

 RED value IS 14 (5.86% from 255) = 5.09%

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 5.09%
G = 38.55%
B = 56.36%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E6A9B (or 0x0E6A9B) is known color: Cerulean. HEX triplet: 0E, 6A and 9B. RGB value is (14,106,155). Sum of RGB (Red+Green+Blue) = 14+106+155=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E6A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6A9B is #F19564. Grayscale: #535353. Windows color (decimal): -15832421 or 10185230. OLE color: 10185230.

HSL color Cylindrical-coordinate representation of color #0E6A9B: hue angle of 200.85º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6A9B is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 106 155 -
CMYK 0.91 0.32 0 0.39
HSL 200.85º 0.83% 0.33% -
HSV(B) 200.85º 0.91% 0.61% -
XYZ 11.25 12.77 32.88 -
YUV 84.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 14 106 155 0.91 0.32 0 0.39 200.85 0.83 0.33
Hex E 6A 9B 5B 20 0 27 C9 53 21
Octal 16 152 233 133 40 0 47 311 123 41
Binary 1110 1101010 10011011 1011011 100000 0 100111 11001001 1010011 100001

Color Harmonies of #0E6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6A9B

Black with #0E6A9B

Text Example


Text Example

White with #0E6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,106,155); }

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

background-color css

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

 a { background-color: rgb(14,106,155); }

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

border-color css

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

 span { border-color: rgb(14,106,155); }

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