Html Css Color HEX #0E3348 Blue Whale

📋 copy color: '#0E3348'

red 14 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #0E3348

Tints of Blue Whale #0E3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 10.22%
G = 37.23%
B = 52.55%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E3348 (or 0x0E3348) is known color: Blue Whale. HEX triplet: 0E, 33 and 48. RGB value is (14,51,72). Sum of RGB (Red+Green+Blue) = 14+51+72=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E3348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3348 is #F1CCB7. Grayscale: #2A2A2A. Windows color (decimal): -15846584 or 4731662. OLE color: 4731662.

HSL color Cylindrical-coordinate representation of color #0E3348: hue angle of 201.72º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3348 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 51 72 -
CMYK 0.81 0.29 0 0.72
HSL 201.72º 0.67% 0.17% -
HSV(B) 201.72º 0.81% 0.28% -
XYZ 2.53 2.93 6.56 -
YUV 42.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 14 51 72 0.81 0.29 0 0.72 201.72 0.67 0.17
Hex E 33 48 51 1D 0 48 CA 43 11
Octal 16 63 110 121 35 0 110 312 103 21
Binary 1110 110011 1001000 1010001 11101 0 1001000 11001010 1000011 10001

Color Harmonies of #0E3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3348

Black with #0E3348

Text Example


Text Example

White with #0E3348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,72); }

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

background-color css

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

 a { background-color: rgb(14,51,72); }

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

border-color css

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

 span { border-color: rgb(14,51,72); }

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