Html Css Color HEX #13327F Dark Cerulean

📋 copy color: '#13327F'

red 19 ◦ green 50 ◦ blue 127

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

Shades of Dark Cerulean #13327F

Tints of Dark Cerulean #13327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 9.69%
G = 25.51%
B = 64.8%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13327F (or 0x13327F) is known color: Dark Cerulean. HEX triplet: 13, 32 and 7F. RGB value is (19,50,127). Sum of RGB (Red+Green+Blue) = 19+50+127=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #13327F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13327F is #ECCD80. Grayscale: #313131. Windows color (decimal): -15519105 or 8335891. OLE color: 8335891.

HSL color Cylindrical-coordinate representation of color #13327F: hue angle of 222.78º 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 #13327F is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 50 127 -
CMYK 0.85 0.61 0 0.50
HSL 222.78º 0.74% 0.29% -
HSV(B) 222.78º 0.85% 0.5% -
XYZ 5.24 3.95 20.57 -
YUV 49.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 19 50 127 0.85 0.61 0 0.50 222.78 0.74 0.29
Hex 13 32 7F 55 3D 0 32 DF 4A 1D
Octal 23 62 177 125 75 0 62 337 112 35
Binary 10011 110010 1111111 1010101 111101 0 110010 11011111 1001010 11101

Color Harmonies of #13327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13327F

Black with #13327F

Text Example


Text Example

White with #13327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13327F; }

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

 H1.HeaderClassName
 {
   color: #13327F;
 }
 .AnyTagClassName
 {
   color: #13327F;
 }
</style>

background-color css

<style>
 a { background-color: #13327F; }

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

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

border-color css

<style>
 span { border-color: #13327F; }

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

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