Html Css Color HEX #18438A Dark Cerulean

📋 copy color: '#18438A'

red 24 ◦ green 67 ◦ blue 138

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

Shades of Dark Cerulean #18438A

Tints of Dark Cerulean #18438A

RGB

 RED value IS 24 (9.77% from 255) = 10.48%

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

 BLUE value IS 138 (54.3% from 255) = 60.26%

R = 10.48%
G = 29.26%
B = 60.26%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18438A (or 0x18438A) is known color: Dark Cerulean. HEX triplet: 18, 43 and 8A. RGB value is (24,67,138). Sum of RGB (Red+Green+Blue) = 24+67+138=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #18438A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18438A is #E7BC75. Grayscale: #3D3D3D. Windows color (decimal): -15187062 or 9061144. OLE color: 9061144.

HSL color Cylindrical-coordinate representation of color #18438A: hue angle of 217.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18438A is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 67 138 -
CMYK 0.83 0.51 0 0.46
HSL 217.37º 0.7% 0.32% -
HSV(B) 217.37º 0.83% 0.54% -
XYZ 6.97 6.04 24.84 -
YUV 62.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 24 67 138 0.83 0.51 0 0.46 217.37 0.7 0.32
Hex 18 43 8A 53 33 0 2E D9 46 20
Octal 30 103 212 123 63 0 56 331 106 40
Binary 11000 1000011 10001010 1010011 110011 0 101110 11011001 1000110 100000

Color Harmonies of #18438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18438A

Black with #18438A

Text Example


Text Example

White with #18438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18438A; }

 p { color: rgb(24,67,138); }

 H1.HeaderClassName
 {
   color: #18438A;
 }
 .AnyTagClassName
 {
   color: #18438A;
 }
</style>

background-color css

<style>
 a { background-color: #18438A; }

 a { background-color: rgb(24,67,138); }

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

border-color css

<style>
 span { border-color: #18438A; }

 span { border-color: rgb(24,67,138); }

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