Html Css Color HEX #104B8D Dark Cerulean

📋 copy color: '#104B8D'

red 16 ◦ green 75 ◦ blue 141

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

Shades of Dark Cerulean #104B8D

Tints of Dark Cerulean #104B8D

RGB

 RED value IS 16 (6.64% from 255) = 6.9%

 GREEN value IS 75 (29.69% from 255) = 32.33%

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

R = 6.9%
G = 32.33%
B = 60.78%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#104B8D (or 0x104B8D) is known color: Dark Cerulean. HEX triplet: 10, 4B and 8D. RGB value is (16,75,141). Sum of RGB (Red+Green+Blue) = 16+75+141=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #104B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104B8D is #EFB472. Grayscale: #404040. Windows color (decimal): -15709299 or 9259792. OLE color: 9259792.

HSL color Cylindrical-coordinate representation of color #104B8D: hue angle of 211.68º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104B8D is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 75 141 -
CMYK 0.89 0.47 0 0.45
HSL 211.68º 0.8% 0.31% -
HSV(B) 211.68º 0.89% 0.55% -
XYZ 7.54 7.07 26.17 -
YUV 64.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 16 75 141 0.89 0.47 0 0.45 211.68 0.8 0.31
Hex 10 4B 8D 59 2F 0 2D D4 50 1F
Octal 20 113 215 131 57 0 55 324 120 37
Binary 10000 1001011 10001101 1011001 101111 0 101101 11010100 1010000 11111

Color Harmonies of #104B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104B8D

Black with #104B8D

Text Example


Text Example

White with #104B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104B8D; }

 p { color: rgb(16,75,141); }

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

background-color css

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

 a { background-color: rgb(16,75,141); }

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

border-color css

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

 span { border-color: rgb(16,75,141); }

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