Html Css Color HEX #1B4185 Dark Cerulean

📋 copy color: '#1B4185'

red 27 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #1B4185

Tints of Dark Cerulean #1B4185

RGB

 RED value IS 27 (10.94% from 255) = 12%

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

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

R = 12%
G = 28.89%
B = 59.11%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B4185 (or 0x1B4185) is known color: Dark Cerulean. HEX triplet: 1B, 41 and 85. RGB value is (27,65,133). Sum of RGB (Red+Green+Blue) = 27+65+133=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B4185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4185 is #E4BE7A. Grayscale: #3D3D3D. Windows color (decimal): -14990971 or 8732955. OLE color: 8732955.

HSL color Cylindrical-coordinate representation of color #1B4185: hue angle of 218.49º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4185 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 65 133 -
CMYK 0.80 0.51 0 0.48
HSL 218.49º 0.66% 0.31% -
HSV(B) 218.49º 0.8% 0.52% -
XYZ 6.58 5.71 22.95 -
YUV 61.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 27 65 133 0.80 0.51 0 0.48 218.49 0.66 0.31
Hex 1B 41 85 50 33 0 30 DA 42 1F
Octal 33 101 205 120 63 0 60 332 102 37
Binary 11011 1000001 10000101 1010000 110011 0 110000 11011010 1000010 11111

Color Harmonies of #1B4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4185

Black with #1B4185

Text Example


Text Example

White with #1B4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B4185; }

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

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

background-color css

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

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

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

border-color css

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

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

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