Html Css Color HEX #0E2F3C Blue Whale

📋 copy color: '#0E2F3C'

red 14 ◦ green 47 ◦ blue 60

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

Shades of Blue Whale #0E2F3C

Tints of Blue Whale #0E2F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

 BLUE value IS 60 (23.83% from 255) = 49.59%

R = 11.57%
G = 38.84%
B = 49.59%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E2F3C (or 0x0E2F3C) is known color: Blue Whale. HEX triplet: 0E, 2F and 3C. RGB value is (14,47,60). Sum of RGB (Red+Green+Blue) = 14+47+60=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E2F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2F3C is #F1D0C3. Grayscale: #262626. Windows color (decimal): -15847620 or 3944206. OLE color: 3944206.

HSL color Cylindrical-coordinate representation of color #0E2F3C: hue angle of 196.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2F3C is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 47 60 -
CMYK 0.77 0.22 0 0.76
HSL 196.96º 0.62% 0.15% -
HSV(B) 196.96º 0.77% 0.24% -
XYZ 2.01 2.45 4.64 -
YUV 38.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 14 47 60 0.77 0.22 0 0.76 196.96 0.62 0.15
Hex E 2F 3C 4D 16 0 4C C5 3E F
Octal 16 57 74 115 26 0 114 305 76 17
Binary 1110 101111 111100 1001101 10110 0 1001100 11000101 111110 1111

Color Harmonies of #0E2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F3C

Black with #0E2F3C

Text Example


Text Example

White with #0E2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,47,60); }

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

background-color css

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

 a { background-color: rgb(14,47,60); }

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

border-color css

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

 span { border-color: rgb(14,47,60); }

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