Html Css Color HEX #10468F Dark Cerulean

📋 copy color: '#10468F'

red 16 ◦ green 70 ◦ blue 143

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

Shades of Dark Cerulean #10468F

Tints of Dark Cerulean #10468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.45%

R = 6.99%
G = 30.57%
B = 62.45%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10468F (or 0x10468F) is known color: Dark Cerulean. HEX triplet: 10, 46 and 8F. RGB value is (16,70,143). Sum of RGB (Red+Green+Blue) = 16+70+143=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #10468F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10468F is #EFB970. Grayscale: #3D3D3D. Windows color (decimal): -15710577 or 9389584. OLE color: 9389584.

HSL color Cylindrical-coordinate representation of color #10468F: hue angle of 214.49º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10468F is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 70 143 -
CMYK 0.89 0.51 0 0.44
HSL 214.49º 0.8% 0.31% -
HSV(B) 214.49º 0.89% 0.56% -
XYZ 7.36 6.47 26.85 -
YUV 62.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 16 70 143 0.89 0.51 0 0.44 214.49 0.8 0.31
Hex 10 46 8F 59 33 0 2C D6 50 1F
Octal 20 106 217 131 63 0 54 326 120 37
Binary 10000 1000110 10001111 1011001 110011 0 101100 11010110 1010000 11111

Color Harmonies of #10468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10468F

Black with #10468F

Text Example


Text Example

White with #10468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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