Html Css Color HEX #1B438D Dark Cerulean

📋 copy color: '#1B438D'

red 27 ◦ green 67 ◦ blue 141

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

Shades of Dark Cerulean #1B438D

Tints of Dark Cerulean #1B438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 11.49%
G = 28.51%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1B438D (or 0x1B438D) is known color: Dark Cerulean. HEX triplet: 1B, 43 and 8D. RGB value is (27,67,141). Sum of RGB (Red+Green+Blue) = 27+67+141=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B438D is #E4BC72. Grayscale: #3F3F3F. Windows color (decimal): -14990451 or 9257755. OLE color: 9257755.

HSL color Cylindrical-coordinate representation of color #1B438D: hue angle of 218.95º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B438D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 27 67 141 -
CMYK 0.81 0.52 0 0.45
HSL 218.95º 0.68% 0.33% -
HSV(B) 218.95º 0.81% 0.55% -
XYZ 7.27 6.17 26.01 -
YUV 63.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 27 67 141 0.81 0.52 0 0.45 218.95 0.68 0.33
Hex 1B 43 8D 51 34 0 2D DB 44 21
Octal 33 103 215 121 64 0 55 333 104 41
Binary 11011 1000011 10001101 1010001 110100 0 101101 11011011 1000100 100001

Color Harmonies of #1B438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B438D

Black with #1B438D

Text Example


Text Example

White with #1B438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,67,141); }

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

background-color css

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

 a { background-color: rgb(27,67,141); }

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

border-color css

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

 span { border-color: rgb(27,67,141); }

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