Html Css Color HEX #133F7F Dark Cerulean

📋 copy color: '#133F7F'

red 19 ◦ green 63 ◦ blue 127

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

Shades of Dark Cerulean #133F7F

Tints of Dark Cerulean #133F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 127 (50% from 255) = 60.77%

R = 9.09%
G = 30.14%
B = 60.77%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133F7F (or 0x133F7F) is known color: Dark Cerulean. HEX triplet: 13, 3F and 7F. RGB value is (19,63,127). Sum of RGB (Red+Green+Blue) = 19+63+127=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #133F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F7F is #ECC080. Grayscale: #383838. Windows color (decimal): -15515777 or 8339219. OLE color: 8339219.

HSL color Cylindrical-coordinate representation of color #133F7F: hue angle of 215.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133F7F is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 63 127 -
CMYK 0.85 0.50 0 0.50
HSL 215.56º 0.74% 0.29% -
HSV(B) 215.56º 0.85% 0.5% -
XYZ 5.88 5.23 20.78 -
YUV 57.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 19 63 127 0.85 0.50 0 0.50 215.56 0.74 0.29
Hex 13 3F 7F 55 32 0 32 D8 4A 1D
Octal 23 77 177 125 62 0 62 330 112 35
Binary 10011 111111 1111111 1010101 110010 0 110010 11011000 1001010 11101

Color Harmonies of #133F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F7F

Black with #133F7F

Text Example


Text Example

White with #133F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,127); }

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

background-color css

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

 a { background-color: rgb(19,63,127); }

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

border-color css

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

 span { border-color: rgb(19,63,127); }

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