Html Css Color HEX #10468B Dark Cerulean

📋 copy color: '#10468B'

red 16 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #10468B

Tints of Dark Cerulean #10468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 7.11%
G = 31.11%
B = 61.78%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10468B (or 0x10468B) is known color: Dark Cerulean. HEX triplet: 10, 46 and 8B. RGB value is (16,70,139). Sum of RGB (Red+Green+Blue) = 16+70+139=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #10468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10468B is #EFB974. Grayscale: #3D3D3D. Windows color (decimal): -15710581 or 9127440. OLE color: 9127440.

HSL color Cylindrical-coordinate representation of color #10468B: hue angle of 213.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10468B is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 70 139 -
CMYK 0.88 0.50 0 0.45
HSL 213.66º 0.79% 0.3% -
HSV(B) 213.66º 0.88% 0.55% -
XYZ 7.06 6.35 25.28 -
YUV 61.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 16 70 139 0.88 0.50 0 0.45 213.66 0.79 0.3
Hex 10 46 8B 58 32 0 2D D6 4F 1E
Octal 20 106 213 130 62 0 55 326 117 36
Binary 10000 1000110 10001011 1011000 110010 0 101101 11010110 1001111 11110

Color Harmonies of #10468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10468B

Black with #10468B

Text Example


Text Example

White with #10468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10468B; }

 p { color: rgb(16,70,139); }

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

background-color css

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

 a { background-color: rgb(16,70,139); }

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

border-color css

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

 span { border-color: rgb(16,70,139); }

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