Html Css Color HEX #154185 Dark Cerulean

📋 copy color: '#154185'

red 21 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #154185

Tints of Dark Cerulean #154185

RGB

 RED value IS 21 (8.59% from 255) = 9.59%

 GREEN value IS 65 (25.78% from 255) = 29.68%

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 9.59%
G = 29.68%
B = 60.73%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#154185 (or 0x154185) is known color: Dark Cerulean. HEX triplet: 15, 41 and 85. RGB value is (21,65,133). Sum of RGB (Red+Green+Blue) = 21+65+133=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #154185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154185 is #EABE7A. Grayscale: #3B3B3B. Windows color (decimal): -15384187 or 8732949. OLE color: 8732949.

HSL color Cylindrical-coordinate representation of color #154185: hue angle of 216.43º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154185 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 65 133 -
CMYK 0.84 0.51 0 0.48
HSL 216.43º 0.73% 0.3% -
HSV(B) 216.43º 0.84% 0.52% -
XYZ 6.43 5.63 22.94 -
YUV 59.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 21 65 133 0.84 0.51 0 0.48 216.43 0.73 0.3
Hex 15 41 85 54 33 0 30 D8 49 1E
Octal 25 101 205 124 63 0 60 330 111 36
Binary 10101 1000001 10000101 1010100 110011 0 110000 11011000 1001001 11110

Color Harmonies of #154185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154185

Black with #154185

Text Example


Text Example

White with #154185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154185; }

 p { color: rgb(21,65,133); }

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

background-color css

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

 a { background-color: rgb(21,65,133); }

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

border-color css

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

 span { border-color: rgb(21,65,133); }

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