Html Css Color HEX #133E6E Dark Cerulean

📋 copy color: '#133E6E'

red 19 ◦ green 62 ◦ blue 110

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

Shades of Dark Cerulean #133E6E

Tints of Dark Cerulean #133E6E

RGB

 RED value IS 19 (7.81% from 255) = 9.95%

 GREEN value IS 62 (24.61% from 255) = 32.46%

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 9.95%
G = 32.46%
B = 57.59%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#133E6E (or 0x133E6E) is known color: Dark Cerulean. HEX triplet: 13, 3E and 6E. RGB value is (19,62,110). Sum of RGB (Red+Green+Blue) = 19+62+110=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #133E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E6E is #ECC191. Grayscale: #363636. Windows color (decimal): -15516050 or 7224851. OLE color: 7224851.

HSL color Cylindrical-coordinate representation of color #133E6E: hue angle of 211.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133E6E is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 62 110 -
CMYK 0.83 0.44 0 0.57
HSL 211.65º 0.71% 0.25% -
HSV(B) 211.65º 0.83% 0.43% -
XYZ 4.81 4.71 15.41 -
YUV 54.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 19 62 110 0.83 0.44 0 0.57 211.65 0.71 0.25
Hex 13 3E 6E 53 2C 0 39 D4 47 19
Octal 23 76 156 123 54 0 71 324 107 31
Binary 10011 111110 1101110 1010011 101100 0 111001 11010100 1000111 11001

Color Harmonies of #133E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E6E

Black with #133E6E

Text Example


Text Example

White with #133E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133E6E; }

 p { color: rgb(19,62,110); }

 H1.HeaderClassName
 {
   color: #133E6E;
 }
 .AnyTagClassName
 {
   color: #133E6E;
 }
</style>

background-color css

<style>
 a { background-color: #133E6E; }

 a { background-color: rgb(19,62,110); }

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

border-color css

<style>
 span { border-color: #133E6E; }

 span { border-color: rgb(19,62,110); }

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