Html Css Color HEX #01438F Dark Cerulean

📋 copy color: '#01438F'

red 1 ◦ green 67 ◦ blue 143

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

Shades of Dark Cerulean #01438F

Tints of Dark Cerulean #01438F

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

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

R = 0.47%
G = 31.75%
B = 67.77%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01438F (or 0x01438F) is known color: Dark Cerulean. HEX triplet: 01, 43 and 8F. RGB value is (1,67,143). Sum of RGB (Red+Green+Blue) = 1+67+143=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #01438F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01438F is #FEBC70. Grayscale: #373737. Windows color (decimal): -16694385 or 9388801. OLE color: 9388801.

HSL color Cylindrical-coordinate representation of color #01438F: hue angle of 212.11º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01438F is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 67 143 -
CMYK 0.99 0.53 0 0.44
HSL 212.11º 0.99% 0.28% -
HSV(B) 212.11º 0.99% 0.56% -
XYZ 6.98 6 26.78 -
YUV 55.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 1 67 143 0.99 0.53 0 0.44 212.11 0.99 0.28
Hex 1 43 8F 63 35 0 2C D4 63 1C
Octal 1 103 217 143 65 0 54 324 143 34
Binary 1 1000011 10001111 1100011 110101 0 101100 11010100 1100011 11100

Color Harmonies of #01438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01438F

Black with #01438F

Text Example


Text Example

White with #01438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,67,143); }

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

background-color css

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

 a { background-color: rgb(1,67,143); }

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

border-color css

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

 span { border-color: rgb(1,67,143); }

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