Html Css Color HEX #0E6B9B Cerulean

📋 copy color: '#0E6B9B'

red 14 ◦ green 107 ◦ blue 155

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

Shades of Cerulean #0E6B9B

Tints of Cerulean #0E6B9B

RGB

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

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

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

R = 5.07%
G = 38.77%
B = 56.16%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E6B9B (or 0x0E6B9B) is known color: Cerulean. HEX triplet: 0E, 6B and 9B. RGB value is (14,107,155). Sum of RGB (Red+Green+Blue) = 14+107+155=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E6B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6B9B is #F19464. Grayscale: #545454. Windows color (decimal): -15832165 or 10185486. OLE color: 10185486.

HSL color Cylindrical-coordinate representation of color #0E6B9B: hue angle of 200.43º 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 #0E6B9B is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 107 155 -
CMYK 0.91 0.31 0 0.39
HSL 200.43º 0.83% 0.33% -
HSV(B) 200.43º 0.91% 0.61% -
XYZ 11.36 12.98 32.92 -
YUV 84.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 14 107 155 0.91 0.31 0 0.39 200.43 0.83 0.33
Hex E 6B 9B 5B 1F 0 27 C8 53 21
Octal 16 153 233 133 37 0 47 310 123 41
Binary 1110 1101011 10011011 1011011 11111 0 100111 11001000 1010011 100001

Color Harmonies of #0E6B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6B9B

Black with #0E6B9B

Text Example


Text Example

White with #0E6B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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