Html Css Color HEX #11438F Dark Cerulean

📋 copy color: '#11438F'

red 17 ◦ green 67 ◦ blue 143

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

Shades of Dark Cerulean #11438F

Tints of Dark Cerulean #11438F

RGB

 RED value IS 17 (7.03% from 255) = 7.49%

 GREEN value IS 67 (26.56% from 255) = 29.52%

 BLUE value IS 143 (56.25% from 255) = 63%

R = 7.49%
G = 29.52%
B = 63%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11438F (or 0x11438F) is known color: Dark Cerulean. HEX triplet: 11, 43 and 8F. RGB value is (17,67,143). Sum of RGB (Red+Green+Blue) = 17+67+143=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #11438F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11438F is #EEBC70. Grayscale: #3C3C3C. Windows color (decimal): -15645809 or 9388817. OLE color: 9388817.

HSL color Cylindrical-coordinate representation of color #11438F: hue angle of 216.19º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11438F is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 67 143 -
CMYK 0.88 0.53 0 0.44
HSL 216.19º 0.79% 0.31% -
HSV(B) 216.19º 0.88% 0.56% -
XYZ 7.2 6.12 26.79 -
YUV 60.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 17 67 143 0.88 0.53 0 0.44 216.19 0.79 0.31
Hex 11 43 8F 58 35 0 2C D8 4F 1F
Octal 21 103 217 130 65 0 54 330 117 37
Binary 10001 1000011 10001111 1011000 110101 0 101100 11011000 1001111 11111

Color Harmonies of #11438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11438F

Black with #11438F

Text Example


Text Example

White with #11438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,67,143); }

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

background-color css

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

 a { background-color: rgb(17,67,143); }

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

border-color css

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

 span { border-color: rgb(17,67,143); }

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